|
This page last changed on Jan 07, 2014 by jeltje.
Blast databases are hosted on nextgen.shore.mbari.org. The username is geneadm, for the password see Sebastian Sudek, Mike McCann, Brian Schlining, or Rich Schramm.
To create new blast databases:
- Get the protein or nucleotide sequences in FASTA format
- Remove or replace all pipe symbols (|) from the sequence ID (which is anything before the first space in the fasta header)
- Create sequence IDs that do not occur in any of the other databases. For example, you should not have two separate blast databases with IDs like >CCMP2099_1. Sequence IDs can be rather long, so for instance add the sample ID to them: >MMETSP0022C_CCMP2099_1
- Copy the sequences to the /data/meta (for metatranscriptome and metagenome files) or /data/dbs (for everything else) on nextgen.shore.mbari.org. This can be done using ssh from another computer with username geneadm and password
- Login to nextgen and go to the directory with the sequences
- Run
For protein sequences, dbtype is prot
- Restart the sequence server with
This will ask you for the password again
- Log out with
To remove databases, simply remove the files created by makeblastdb and restart the server.
|